home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 June / What PC June 1996.iso / data / showcase / james.dir / 00028.ls < prev    next >
Encoding:
Text File  |  1996-02-04  |  164 b   |  10 lines

  1. on timeout
  2.   set the timeoutScript to EMPTY
  3.   play movie "main.dir"
  4. end
  5.  
  6. on startMovie
  7.   set the timeoutLength to 200 * 60
  8.   set the timeoutScript to "timeout"
  9. end
  10.